home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / misc / gms_dev.lha / GMSDev / Includes / clib / keyboard_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-12  |  313 b   |  18 lines

  1. #ifndef  CLIB_KEYBOARD_PROTOS_H
  2. #define  CLIB_KEYBOARD_PROTOS_H
  3.  
  4. /*
  5. **   $VER: keyboard_protos.h V1.0
  6. **
  7. **   C prototypes.
  8. **
  9. **   (C) Copyright 1996-1998 DreamWorld Productions.
  10. **       All Rights Reserved.
  11. */
  12.  
  13. void keyAddInputHandler(void);
  14. void keyRemInputHandler(void);
  15.  
  16. #endif /* CLIB_OBJECTS_PROTOS_H */
  17.  
  18.